home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDStyleMini.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  3.1 KB  |  75 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  4.         {CLASS = DKDLabelControlSet; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  5.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  6.         {
  7.             ACTIONS = {
  8.                 checkClosingWindow = id; 
  9.                 useCurrentForNewItemsButtonAction = id; 
  10.                 useDefaultForNewItemsButtonAction = id; 
  11.             }; 
  12.             CLASS = DKDPanel; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 setCurrentForNewItemsButton = DKDOptionButton; 
  16.                 setDefaultForNewItemsButton = DKDOptionButton; 
  17.             }; 
  18.             SUPERCLASS = NSWindowController; 
  19.         }, 
  20.         {
  21.             CLASS = DKDStyleMiniPanel; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {
  24.                 capPopupLabelTextField = DKDLabelControlSet; 
  25.                 fillColorAndCheckboxLabelTextField = DKDLabelControlSet; 
  26.                 joinPopupLabelTextField = DKDLabelControlSet; 
  27.                 lineColorAndCheckboxLabelTextField = DKDLabelControlSet; 
  28.                 miterLimitSliderLabelTextField = DKDLabelControlSet; 
  29.                 miterLimitTextFieldLabelTextField = DKDLabelControlSet; 
  30.                 positionPopupLabelTextField = DKDLabelControlSet; 
  31.                 widthSliderLabelTextField = DKDLabelControlSet; 
  32.                 widthTextFieldLabelTextField = DKDLabelControlSet; 
  33.                 windPopupLabelTextField = DKDLabelControlSet; 
  34.             }; 
  35.             SUPERCLASS = DKDStylePanel; 
  36.         }, 
  37.         {
  38.             ACTIONS = {
  39.                 capStylePopupAction = id; 
  40.                 fatterStroke = id; 
  41.                 fillCheckboxAction = id; 
  42.                 fillColorWellAction = id; 
  43.                 joinStylePopupAction = id; 
  44.                 lineCheckboxAction = id; 
  45.                 lineColorWellAction = id; 
  46.                 lineWidthTextFieldAction = id; 
  47.                 miterLimitTextFieldAction = id; 
  48.                 strokePositionPopupAction = id; 
  49.                 styleHelpAction = id; 
  50.                 thinnerStroke = id; 
  51.                 windingRulePopupAction = id; 
  52.             }; 
  53.             CLASS = DKDStylePanel; 
  54.             LANGUAGE = ObjC; 
  55.             OUTLETS = {
  56.                 capStylePopUp = NSPopUpButton; 
  57.                 fillCheckbox = NSButton; 
  58.                 fillColorWell = NSColorWell; 
  59.                 joinStylePopUp = NSPopUpButton; 
  60.                 lineCheckbox = NSButton; 
  61.                 lineColorWell = NSColorWell; 
  62.                 lineWidthSlider = NSSlider; 
  63.                 lineWidthTextField = NSTextField; 
  64.                 miterLimitSlider = NSSlider; 
  65.                 miterLimitTextField = NSTextField; 
  66.                 strokePositionPopUp = NSPopUpButton; 
  67.                 windingRulePopUp = NSPopUpButton; 
  68.             }; 
  69.             SUPERCLASS = DKDGraphicPanel; 
  70.         }, 
  71.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  72.         {CLASS = NSNumberFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
  73.     ); 
  74.     IBVersion = 1; 
  75. }